PUT api/mvcd/update

Request Information

URI Parameters

None.

Body Parameters

RequestMVCDUpdate
NameDescriptionTypeAdditional information
CreatedBy

string

None.

DateCreated

string

None.

ID

integer

None.

IsActive

boolean

None.

IsPrimary

boolean

None.

IsVerified

boolean

None.

Label

string

None.

Timestamp

string

None.

TypeID

integer

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedBy": "sample string 1",
  "DateCreated": "sample string 2",
  "ID": 3,
  "IsActive": true,
  "IsPrimary": true,
  "IsVerified": true,
  "Label": "sample string 7",
  "Timestamp": "sample string 8",
  "TypeID": 9,
  "Value": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.